home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Applications / UIFlow 1.0.1 / UIFlow Source / VSet2.0 / temp / makefile.save < prev    next >
Encoding:
Makefile  |  1991-12-13  |  1.7 KB  |  40 lines  |  [TEXT/MPS ]

  1.  
  2. # ##############################################################
  3. # this file is makefile.jason
  4. # HDF Vset 2.0 Makefile for the Macintosh. Jason Ng Dec 1991.
  5. # ##############################################################
  6.  
  7. # files to compile to make the libvg.a (VSET LIBRARY) - except for the Fortran file vgFf.f
  8. C -d MAC  -d MPW -mc68020 -mc68881 -mbg full -t -r -sym full -opt full vg.c
  9. C -d MAC  -d MPW -mc68020 -mc68881 -mbg full -t -r -sym full -opt full vrw.c
  10. C -d MAC  -d MPW -mc68020 -mc68881 -mbg full -t -r -sym full -opt full vio.c
  11. C -d MAC  -d MPW -mc68020 -mc68881 -mbg full -t -r -sym full -opt full vparse.c
  12. C -d MAC  -d MPW -mc68020 -mc68881 -mbg full -t -r -sym full -opt full vconv.c
  13. C -d MAC  -d MPW -mc68020 -mc68881 -mbg full -t -r -sym full -opt full vsetf.c
  14. C -d MAC  -d MPW -mc68020 -mc68881 -mbg full -t -r -sym full -opt full vgp.c
  15. C -d MAC  -d MPW -mc68020 -mc68881 -mbg full -t -r -sym full -opt full vhi.c
  16. C -d MAC  -d MPW -mc68020 -mc68881 -mbg full -t -r -sym full -opt full vgF.c
  17.  
  18.  
  19. # archiving call to make the VSET library libvg.a
  20. lib -sym full -d -o libvg.a vg.c.o vrw.c.o vio.c.o vparse.c.o  vconv.c.o vsetf.c.o vgp.c.o  vhi.c.o vgF.c.o 
  21.  
  22. # compile and make the utility vmake.
  23.     C -d MAC  -d MPW -mc68020 -mc68881 -mbg full -t -r -sym full -opt full vmake.c
  24.     Link -d -c '????' -t APPL ∂
  25.         "{CLibraries}"StdClib.o "{MPW}"Libraries:Libraries:SIOW.o ∂
  26.         "{Libraries}"Runtime.o "{Libraries}"Interface.o  ∂
  27.         libdf.a  libvg.a  vmake.c.o ∂
  28.         -o vmake
  29.         
  30. # compile and make the utility vshow.
  31.     Link -d -c '????' -t APPL ∂
  32.         "{CLibraries}"StdClib.o "{MPW}"Libraries:Libraries:SIOW.o ∂
  33.         "{Libraries}"Runtime.o "{Libraries}"Interface.o  ∂
  34.         libdf.a  libvg.a  vshow.c.o ∂
  35.         -o vshow
  36.  
  37.  
  38.  
  39.  
  40.